+

+ + class Raven::Configuration::ValidationError + +

+ + + + + + + + + + + + + + + + + + + + +

+ + + + Defined in: +

+ + + + raven/configuration.cr + + +
+ + + + + + +

+ + + + Constructors +

+ + + + + + + + +

+ + + + Instance Method Summary +

+ + + + + + + +

+ + + + Constructor Detail +

+ +
+
+ + def self.new(errors : Array(String)) + + # +
+ +
+
+ + [View source] + +
+
+ + + + + + + + +

+ + + + Instance Method Detail +

+ +
+
+ + def error_messages : String + + # +
+ +
+
+ + [View source] + +
+
+ +
+
+ + def errors : Array(String) + + # +
+ +
+
+ + [View source] + +
+
+ + + +