Exception: Laravel::LaravelError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/laravel/errors.rb

Overview

A general ‘Laravel’ error.

Instance Method Summary collapse

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(message = "A general error occurred while processing..")
  super(message)
end