phpstorm-stubs/parallel/parallel/Events/Input/Error/IllegalValue.php

8 lines
116 B
PHP

<?php
namespace parallel\Events\Input\Error;
use parallel\Events\Input\Error;
class IllegalValue extends Error{
}