ZwiiCMS/core/class/sleekDB/Exceptions/IdNotAllowedException.php

8 lines
89 B
PHP

<?php
namespace SleekDB\Exceptions;
class IdNotAllowedException extends \Exception
{
}