public function __construct($name)
 {
     parent::__construct("The asset directory '{$name}' wasn't found.\n" . parent::getTraceAsString());
 }
示例#2
0
 public function __construct($name, $type)
 {
     parent::__construct("The asset file '{$name}' of type '{$type}' wasn't found.\n" . parent::getTraceAsString());
 }