class UniversaTools::InsufficientFundsException
Public Class Methods
new()
click to toggle source
Calls superclass method
UniversaTools::CodeException::new
# File lib/universa_tools/errors.rb, line 23 def initialize super(:insufficient_funds) end