6 Zeilen
72 B
PHP
6 Zeilen
72 B
PHP
<?php namespace Todaymade\Daux;
|
|
|
|
class Exception extends \Exception
|
|
{
|
|
}
|