Exception: SmartIoC::Errors::BeanNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- SmartIoC::Errors::BeanNotFound
- Defined in:
- lib/smart_ioc/errors.rb
Instance Method Summary collapse
-
#initialize(bean_name) ⇒ BeanNotFound
constructor
A new instance of BeanNotFound.
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 |