Exception: Doc::ConfigError

Inherits:
Exception
  • Object
show all
Defined in:
lib/doc/config_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(object, message) ⇒ ConfigError

Returns a new instance of ConfigError.



3
4
5
# File 'lib/doc/config_error.rb', line 3

def initialize(object, message)
  super("#{object.class.name}: #{message}")
end