Exception: Fuse::Exception::SourceUnknown::TooManySources
- Inherits:
-
Fuse::Exception::SourceUnknown
- Object
- RuntimeError
- Fuse::Exception
- Fuse::Exception::SourceUnknown
- Fuse::Exception::SourceUnknown::TooManySources
- Defined in:
- lib/fuse/exceptions.rb
Instance Attribute Summary collapse
-
#option_name ⇒ Object
readonly
Returns the value of attribute option_name.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(option_name, options) ⇒ TooManySources
constructor
A new instance of TooManySources.
Methods inherited from Fuse::Exception::SourceUnknown
Methods inherited from Fuse::Exception
Constructor Details
#initialize(option_name, options) ⇒ TooManySources
Returns a new instance of TooManySources.
5 6 7 8 |
# File 'lib/fuse/exceptions.rb', line 5 def initialize(option_name, ) @option_name = option_name @options = end |
Instance Attribute Details
#option_name ⇒ Object (readonly)
Returns the value of attribute option_name.
4 5 6 |
# File 'lib/fuse/exceptions.rb', line 4 def option_name @option_name end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
4 5 6 |
# File 'lib/fuse/exceptions.rb', line 4 def @options end |