HummingBirdAnimeClient/src/AnimeClient/Types/UndefinedPropertyException.php

21 lines
601 B
PHP
Raw Normal View History

2018-10-05 14:32:05 -04:00
<?php declare(strict_types=1);
/**
* Hummingbird Anime List Client
*
* An API client for Kitsu to manage anime and manga watch lists
*
* PHP version 7.4
2018-10-05 14:32:05 -04:00
*
* @package HummingbirdAnimeClient
* @author Timothy J. Warren <tim@timshomepage.net>
2020-01-08 15:39:49 -05:00
* @copyright 2015 - 2020 Timothy J. Warren
2018-10-05 14:32:05 -04:00
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 5
2018-10-05 14:32:05 -04:00
* @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient
*/
namespace Aviat\AnimeClient\Types;
use LogicException;
class UndefinedPropertyException extends LogicException {}