PocketMine-MP 5.35.1 git-d241807752ab518f2ffc7e3b71f6a72f9cdf0c30
Loading...
Searching...
No Matches
InvalidCallbackException.php
1<?php declare(strict_types = 1);
2
3namespace DaveRandom\CallbackValidator;
4
5class InvalidCallbackException extends \LogicException {}