Exception: PhusionPassenger::Standalone::ConfigFile::DisallowedContextError
- Inherits:
-
StandardError
- Object
- StandardError
- PhusionPassenger::Standalone::ConfigFile::DisallowedContextError
- Defined in:
- lib/phusion_passenger/standalone/config_file.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Instance Method Summary collapse
-
#initialize(message, filename, line) ⇒ DisallowedContextError
constructor
A new instance of DisallowedContextError.
Constructor Details
#initialize(message, filename, line) ⇒ DisallowedContextError
Returns a new instance of DisallowedContextError.
33 34 35 36 37 |
# File 'lib/phusion_passenger/standalone/config_file.rb', line 33 def initialize(, filename, line) super() @filename = filename @line = line end |
Instance Attribute Details
#filename ⇒ Object (readonly)
Returns the value of attribute filename.
30 31 32 |
# File 'lib/phusion_passenger/standalone/config_file.rb', line 30 def filename @filename end |
#line ⇒ Object (readonly)
Returns the value of attribute line.
31 32 33 |
# File 'lib/phusion_passenger/standalone/config_file.rb', line 31 def line @line end |