class DatabaseValidations::Errors::UnknownDatabase
Attributes
database[R]
Public Class Methods
new(database)
click to toggle source
Calls superclass method
# File lib/database_validations/lib/errors.rb, line 38 def initialize(database) @database = database super "Unknown database: #{self.database}" end