building-sign/app/exception/RepositoryException.php

9 lines
83 B
PHP
Executable File

<?php
namespace app\exception;
class RepositoryException extends \Exception
{
}