class Exceptions::AlphaMissing
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/llaxta/exceptions.rb, line 5 def initialize super("Alpha can not be blank!") end