Optimized Exceptions

This commit is contained in:
Kevin Frantz
2019-01-03 19:41:16 +01:00
parent 130682ef6c
commit 67428c2fea
10 changed files with 27 additions and 18 deletions

View File

@@ -2,6 +2,6 @@
namespace App\Exception;
class NotSortableException extends \Exception
final class NotSortableException extends \Exception
{
}