class GoodData::ValidationError
Project
Not Found
Constants
- DEFAULT_MSG
Public Class Methods
Source
# File lib/gooddata/exceptions/validation_error.rb, line 12 def initialize(msg = DEFAULT_MSG) super(msg) end
Calls superclass method