Exception: Laravel::LaravelNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Laravel::LaravelNotFoundError
- Defined in:
- lib/laravel/errors.rb
Overview
Error to be raised when Laravel is expected in a directory, but not found
Instance Method Summary collapse
-
#initialize(message = "Is this a valid Laravel application?") ⇒ LaravelNotFoundError
constructor
A new instance of LaravelNotFoundError.
Constructor Details
#initialize(message = "Is this a valid Laravel application?") ⇒ LaravelNotFoundError
Returns a new instance of LaravelNotFoundError.
12 13 14 |
# File 'lib/laravel/errors.rb', line 12 def initialize( = "Is this a valid Laravel application?") super() end |