Exception: Laravel::LaravelError
- Inherits:
-
StandardError
- Object
- StandardError
- Laravel::LaravelError
- Defined in:
- lib/laravel/errors.rb
Overview
A general ‘Laravel’ error.
Instance Method Summary collapse
-
#initialize(message = "A general error occurred while processing..") ⇒ LaravelError
constructor
A new instance of LaravelError.
Constructor Details
#initialize(message = "A general error occurred while processing..") ⇒ LaravelError
Returns a new instance of LaravelError.
5 6 7 |
# File 'lib/laravel/errors.rb', line 5 def initialize( = "A general error occurred while processing..") super() end |