Files
nexusphp/nexus/Imdb/ImdbException.php

8 lines
73 B
PHP
Raw Normal View History

2021-01-18 19:45:33 +08:00
<?php
namespace Nexus\Imdb;
class ImdbException extends \Exception
{
}