web/lib/Exceptions/CollectionNotFoundException.php

5 lines
84 B
PHP

<?
namespace Exceptions;
class CollectionNotFoundException extends AppException{
}