Exception: SmartIoC::Errors::BeanNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/smart_ioc/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(bean_name) ⇒ BeanNotFound

Returns a new instance of BeanNotFound.



3
4
5
# File 'lib/smart_ioc/errors.rb', line 3

def initialize(bean_name)
  super("Unable to find bean :#{bean_name} in any packages")
end