Rework TIC processing and added test cases
This commit is contained in:
9
app/Exceptions/TIC/NoFileAreaException.php
Normal file
9
app/Exceptions/TIC/NoFileAreaException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\TIC;
|
||||
|
||||
use Exception;
|
||||
|
||||
class NoFileAreaException extends Exception
|
||||
{
|
||||
}
|
9
app/Exceptions/TIC/NotToMeException.php
Normal file
9
app/Exceptions/TIC/NotToMeException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\TIC;
|
||||
|
||||
use Exception;
|
||||
|
||||
class NotToMeException extends Exception
|
||||
{
|
||||
}
|
9
app/Exceptions/TIC/SizeMismatchException.php
Normal file
9
app/Exceptions/TIC/SizeMismatchException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\TIC;
|
||||
|
||||
use Exception;
|
||||
|
||||
class SizeMismatchException extends Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user