OzanKurt/LiveCoding-API

View on GitHub
src/Exceptions/InvalidScopeException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Kurt\LiveCoding\Exceptions;

/**
 * Class InvalidScopeException
 * @package Kurt\LiveCoding\Exceptions
 */
class InvalidScopeException extends \Exception
{
    protected $message = 'Please provide a valid `scope` for the client.';
}