rhymix/common/framework/exception.php
2016-02-01 20:11:46 +09:00

11 lines
109 B
PHP

<?php
namespace Rhymix\Framework;
/**
* The exception class.
*/
class Exception extends \Exception
{
}