daux.io/libs/Exception.php
Stéphane Goetz de1214cbab Convert to PSR2
2015-07-20 20:49:09 +02:00

6 lines
72 B
PHP

<?php namespace Todaymade\Daux;
class Exception extends \Exception
{
}