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