class GoodData::ValidationError

Project Not Found

Constants

DEFAULT_MSG

Public Class Methods

new(msg = DEFAULT_MSG) click to toggle source
Calls superclass method
# File lib/gooddata/exceptions/validation_error.rb, line 12
def initialize(msg = DEFAULT_MSG)
  super(msg)
end