<?php namespace App\Exceptions\TIC; use Exception; class SizeMismatchException extends Exception { }