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