mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
11 lines
109 B
PHP
11 lines
109 B
PHP
<?php
|
|
|
|
namespace Rhymix\Framework;
|
|
|
|
/**
|
|
* The exception class.
|
|
*/
|
|
class Exception extends \Exception
|
|
{
|
|
|
|
}
|