Sprockets\Exception\FileNotFound::__construct PHP Метод

__construct() публичный Метод

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