social/lib/Exceptions/DateTimeException.php

11 wiersze
105 B
PHP

<?php
namespace OCA\Social\Exceptions;
use Exception;
class DateTimeException extends Exception {
}