Exception: Exceptions::AlphaMissing
- Inherits:
-
StandardError
- Object
- StandardError
- Exceptions::AlphaMissing
- Defined in:
- lib/llaxta/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ AlphaMissing
constructor
A new instance of AlphaMissing.
Constructor Details
#initialize ⇒ AlphaMissing
Returns a new instance of AlphaMissing.
5 6 7 |
# File 'lib/llaxta/exceptions.rb', line 5 def initialize super("Alpha can not be blank!") end |