Interface Exception
CLDR exceptions implement this interface so that they can be easily recognized.
try { // … } catch (\ICanBoogie\CLDR\Exception $e) { // a CLDR exception } catch (\Exception $e { // another type of exception }
Direct known implementers
ICanBoogie\CLDR\ResourceNotFound
,
ICanBoogie\CLDR\TerritoryNotDefined