phpstorm-stubs/parallel/parallel/Runtime/Error/IllegalInstruction.php

8 lines
112 B
PHP

<?php
namespace parallel\Runtime\Error;
use parallel\Runtime\Error;
class IllegalInstruction extends Error{
}