boinc/html/bt/inc/illegalargumentexception.php

6 lines
63 B
PHP
Executable File

<?php
class IllegalArgumentException extends Exception {
}
?>