Example #1
0
 /**
  * Constructor
  */
 public function __Construct($Mensaje, $Codigo = 0, Exception $Previo = null)
 {
     parent::__Construct($Mensaje, $Codigo, $Previo);
 }