Files
Sistema-Educativo-Laravel/vendor/laravel/reverb/src/Exceptions/InvalidOrigin.php
T

16 lines
248 B
PHP

<?php
namespace Laravel\Reverb\Exceptions;
use Exception;
class InvalidOrigin extends Exception
{
/**
* The error message associated with the exception.
*
* @var string
*/
protected $message = 'Origin not allowed';
}