Etienne Kneuss

home » repository » php » Math_Expression » Exceptions » Math_Expression_Exception_UnhandledOperator.php
Tree:
school
mp3
php
sample
publications
Math_Derivative
Math_Expression
Operators
Exceptions
Math_Expression_Exception_Fatal.php
Math_Expression_Exception_Syntax.php
Math_Expression_Exception_UnhandledOperator.php
Structures
example.php
Expression.php
Math_Expression-0.3.tar.gz
Math_Expression-0.2.tar.gz
ircbot
php.net
images
dump

Source code raw phps

    <?php          class Math_Expression_Exception_UnhandledOperator extends Exception      {         protected $message = '';         public function __construct($struct1, $operator, $struct2) {                      $this->message = 'Unable to handle the operator '.get_class($operator).' between '.get_class($struct1).' and '.get_class($struct2).".\n";         }     } ?>

Comments

There is currently no comment here.

Add a comment

Username:

Spam Challenge: 5+7=?

Comment: