Exception: Mysql2::AwsRdsIam::Errors::UsernameNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/mysql2/aws_rds_iam/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeUsernameNotFoundError

Returns a new instance of UsernameNotFoundError.



21
22
23
# File 'lib/mysql2/aws_rds_iam/errors.rb', line 21

def initialize
  super('username must be present.')
end