4 lines
88 B
PHP
4 lines
88 B
PHP
<?php
|
|
namespace OCA\MyWiki\Service;
|
|
|
|
class ReadOnlyException extends ServiceException {} |