kopia lustrzana https://github.com/nextcloud/social
11 wiersze
105 B
PHP
11 wiersze
105 B
PHP
![]() |
<?php
|
||
|
|
||
|
namespace OCA\Social\Exceptions;
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
class DateTimeException extends Exception {
|
||
|
|
||
|
}
|
||
|
|