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