daux.io/libs/Exception.php

6 lines
72 B
PHP
Raw Normal View History

2015-04-22 12:23:57 +02:00
<?php namespace Todaymade\Daux;
2015-04-23 00:32:30 +02:00
class Exception extends \Exception
{
2015-04-22 12:23:57 +02:00
}