Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor thing with View file not found exception... #570

Closed
nowackipawel opened this issue Jun 23, 2017 · 2 comments
Closed

Minor thing with View file not found exception... #570

nowackipawel opened this issue Jun 23, 2017 · 2 comments

Comments

@nowackipawel
Copy link
Contributor

View/View.php:178

throw new \InvalidArgumentException('View file not found: '.$file);

when throwing exception prints only: "'View file not found: "

I think there is a place for small improvement:

throw new \InvalidArgumentException('View file not found: '.$view);

when exception will be thrown it will #print: "'View file not found: not-existing-view-file.php"

@lonnieezell
Copy link
Member

Good catch. Thanks. Will have that fixed momentarily.

@lonnieezell
Copy link
Member

Fixed in a1f71ea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants