9 lines
103 B
PHP
9 lines
103 B
PHP
<?php
|
|
|
|
namespace App\Exceptions\TIC;
|
|
|
|
use Exception;
|
|
|
|
class SizeMismatchException extends Exception
|
|
{
|
|
} |