Exception: Fuse::Exception::SourceUnknown::TooManySources

Inherits:
Fuse::Exception::SourceUnknown show all
Defined in:
lib/fuse/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Fuse::Exception::SourceUnknown

#message

Methods inherited from Fuse::Exception

#message

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, options)
  @option_name = option_name
  @options = options
end

Instance Attribute Details

#option_nameObject (readonly)

Returns the value of attribute option_name.



4
5
6
# File 'lib/fuse/exceptions.rb', line 4

def option_name
  @option_name
end

#optionsObject (readonly)

Returns the value of attribute options.



4
5
6
# File 'lib/fuse/exceptions.rb', line 4

def options
  @options
end