Exception: Moura::RoleNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/moura.rb

Instance Method Summary collapse

Constructor Details

#initialize(role) ⇒ RoleNotFound

Returns a new instance of RoleNotFound.



16
17
18
# File 'lib/moura.rb', line 16

def initialize(role)
  super("role '#{role}' does not exist")
end