class CrossPlane::ConstructorError
Public Class Methods
new(errors: nil)
click to toggle source
Calls superclass method
# File lib/crossplane/errors.rb, line 3 def initialize(errors: nil) @errors = errors @error = @errors.join('; ') super(@error) end