QR_code_generator/app/Exceptions/BodyTooLargeException.php

13 lines
140 B
PHP

<?php
namespace App\Exceptions;
use Exception;
/**
* Class BodyTooLargeException.
*/
class BodyTooLargeException extends Exception
{
}