Implemented test for exception

This commit is contained in:
Kevin Frantz
2019-01-06 15:42:40 +01:00
parent c7c4e1c16e
commit 3ab9cb0e99
3 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace App\Exception;
class NotCorrectInstanceException extends \TypeError
{
}