first commit
This commit is contained in:
6
lib/Service/ServiceException.php
Normal file
6
lib/Service/ServiceException.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
namespace OCA\MyWiki\Service;
|
||||
|
||||
use Exception;
|
||||
|
||||
class ServiceException extends Exception {}
|
Reference in New Issue
Block a user