<?php

namespace App\Exceptions\TIC;

use Exception;

class NotToMeException extends Exception
{
}