crunchbutton/include/library/Github/Exception/ExceptionInterface.php
2013-01-30 11:38:30 -08:00

9 lines
70 B
PHP
Executable File

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