1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-10-21 10:56:07 +02:00
Files
php-auth/src/MissingCallbackError.php

12 lines
267 B
PHP

<?php
/*
* PHP-Auth (https://github.com/delight-im/PHP-Auth)
* Copyright (c) delight.im (https://www.delight.im/)
* Licensed under the MIT License (https://opensource.org/licenses/MIT)
*/
namespace Delight\Auth;
class MissingCallbackError extends AuthError {}