예제 #1
0
 public function __construct($method)
 {
     parent::__construct("Invalid setter method - {$method}");
 }
예제 #2
0
 public function __construct($class)
 {
     parent::__construct("{$class} is not instance of DObject_Delegate");
 }