class Momoapi::ValidationError

Public Class Methods

new(msg = message) click to toggle source
Calls superclass method
# File lib/momoapi-ruby/errors.rb, line 14
def initialize(msg = message)
  super(msg)
end