Formated code

This commit is contained in:
Kevin Frantz
2018-11-17 13:32:35 +01:00
parent f1e78e7f5f
commit 2808fccdc9
5 changed files with 69 additions and 54 deletions

View File

@@ -1,6 +1,7 @@
<?php
namespace App\Exception;
class NotSortableException extends \Exception
{
}
}