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