Exception: Mysql2::AwsRdsIam::Errors::HostNotFoundError
- Defined in:
- lib/mysql2/aws_rds_iam/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ HostNotFoundError
constructor
A new instance of HostNotFoundError.
Constructor Details
#initialize ⇒ HostNotFoundError
Returns a new instance of HostNotFoundError.
27 28 29 |
# File 'lib/mysql2/aws_rds_iam/errors.rb', line 27 def initialize super('host must be present.') end |