Class TerritoryNotDefined
Exception thrown when a territory is not defined.
- Exception implements Throwable
- LogicException
- InvalidArgumentException
- ICanBoogie\CLDR\TerritoryNotDefined implements ICanBoogie\CLDR\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
protected
string
|
|
public
|
#
__construct( string $territory_code, null $message = null, integer $code = 500,
|
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message
Magic properties
public read-only
string
|
$territory_code
The ISO code of the territory. |