12 lines
140 B
PHP
12 lines
140 B
PHP
<?php
|
|
|
|
namespace MightyPork\Exceptions;
|
|
|
|
/**
|
|
* Wrong method arguments passed.
|
|
*/
|
|
class ArgumentException extends RuntimeException
|
|
{
|
|
//
|
|
}
|