boinc/html/bt/inc/illegalargumentexception.php

9 lines
138 B
PHP
Executable File

<?php
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
class IllegalArgumentException extends Exception {
}
?>