Sequenzia/lib/Danbooru/Exception/ExceptionInterface.php
2013-10-26 18:06:58 -05:00

7 lines
70 B
PHP
Executable File

<?php
namespace Danbooru\Exception;
interface ExceptionInterface
{
}