Exception: Exceptions::AlphaMissing

Inherits:
StandardError
  • Object
show all
Defined in:
lib/llaxta/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeAlphaMissing

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