social/lib/Exceptions/ServiceDoesNotExistExceptio...

9 wiersze
101 B
PHP

<?php
namespace OCA\Social\Exceptions;
class ServiceDoesNotExistException extends \Exception {
}