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