callIsSet() protected method

protected callIsSet ( )
Beispiel #1
0
 protected function callIsSet()
 {
     try {
         return parent::callIsSet();
     } catch (call\exceptions\logic $exception) {
         throw new exceptions\logic('Call is undefined');
     }
 }