PHP Class Dumplie\Customer\Domain\Exception\InvalidArgumentException

Inheritance: extends Exception
Datei anzeigen Open project: dumplie/dumplie Class Usage Examples

Public Methods

Method Description
invalidAddress ( string $value, string $valueName ) : InvalidArgumentException
invalidCurrency ( string $currency ) : InvalidArgumentException

Method Details

invalidAddress() public static method

public static invalidAddress ( string $value, string $valueName ) : InvalidArgumentException
$value string
$valueName string
return InvalidArgumentException

invalidCurrency() public static method

public static invalidCurrency ( string $currency ) : InvalidArgumentException
$currency string
return InvalidArgumentException