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