Skip to content

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

Description

@nowackipawel

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions