OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Core\Exception\RoutingException Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Core\Exception\RoutingException:
+ Collaboration diagram for OxidEsales\EshopCommunity\Core\Exception\RoutingException:

Public Member Functions

 __construct ($controllerId)
 

Protected Attributes

 $type = 'RoutingException'
 

Detailed Description

e.g.:

  • no match for requested controller id

Constructor & Destructor Documentation

◆ __construct()

OxidEsales\EshopCommunity\Core\Exception\RoutingException::__construct (   $controllerId)

RoutingException constructor.

This exception is thrown in case no controller class can be found for a supplied controller Id.

Parameters
string$controllerId

Member Data Documentation

◆ $type

OxidEsales\EshopCommunity\Core\Exception\RoutingException::$type = 'RoutingException'
protected

The documentation for this class was generated from the following file: