Files
datatable.directory/porklib/Exceptions/ArgumentException.php
T
2018-07-08 17:34:50 +02:00

12 lines
140 B
PHP

<?php
namespace MightyPork\Exceptions;
/**
* Wrong method arguments passed.
*/
class ArgumentException extends RuntimeException
{
//
}