mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-06 04:07:57 +00:00
Implemented test for exception
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exception;
|
||||
|
||||
class NotCorrectInstanceException extends \TypeError
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user