kopia lustrzana https://github.com/nextcloud/social
9 wiersze
97 B
PHP
9 wiersze
97 B
PHP
|
<?php
|
||
|
|
||
|
namespace OCA\Social\Exceptions;
|
||
|
|
||
|
class SocialAppConfigException extends \Exception {
|
||
|
|
||
|
}
|
||
|
|