|
throw new \InvalidArgumentException(sprintf('The file "%s" does not exist (in: %s).', $file, implode(', ', $this->paths)));
|
|
throw new \InvalidArgumentException(sprintf('The file "%s" does not exist (in: %s).', $file, implode(', ', $this->paths)));
|
|
protected function getAbsolutePath($file, $currentPath = null)
|
|
protected function getAbsolutePath($file, $currentPath = null)
|