OpenXE/classes/Modules/Calendar/Exception/CalendarEventOwnershipException.php
2021-05-21 08:49:41 +02:00

10 lines
232 B
PHP

<?php
namespace Xentral\Modules\Calendar\Exception;
use InvalidArgumentException as SplInvalidArgumentException;
class CalendarEventOwnershipException extends SplInvalidArgumentException implements CalendarExceptionInterface
{
}