1
0
cms11/app/Exceptions/AttachmentNotFound.php

11 lines
104 B
PHP
Raw Normal View History

<?php
namespace App\Exceptions;
use Exception;
class AttachmentNotFound extends Exception
{
//
}