mirror of https://github.com/BOINC/boinc.git
6 lines
63 B
PHP
6 lines
63 B
PHP
|
<?php
|
||
|
|
||
|
class IllegalArgumentException extends Exception {
|
||
|
}
|
||
|
|
||
|
?>
|