コード例 #1
0
 public function __construct()
 {
     parent::__construct('Document was not found.');
 }
コード例 #2
0
 public function __construct($class, $type)
 {
     parent::__construct("The class '" . $class . "' is not of the expected type '" . $type . "'.");
 }