hydra-sql/src/SQLLogin/Exception/NullDataToFetchException.php

10 lines
111 B
PHP
Raw Normal View History

<?php
namespace App\SQLLogin\Exception;
use Exception;
class NullDataToFetchException extends Exception
{
}