boinc/html/bt/inc/illegalargumentexception.php

6 lines
63 B
PHP
Raw Normal View History

<?php
class IllegalArgumentException extends Exception {
}
?>