Exception: Comet::LoadError
- Inherits:
-
StandardError
- Object
- StandardError
- Comet::LoadError
- Defined in:
- lib/comet-html/generator.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize ⇒ LoadError
constructor
A new instance of LoadError.
Constructor Details
#initialize ⇒ LoadError
Returns a new instance of LoadError.
13 14 15 |
# File 'lib/comet-html/generator.rb', line 13 def initialize @message = "Load error: #{}" end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
12 13 14 |
# File 'lib/comet-html/generator.rb', line 12 def @message end |