Exception: Moura::RoleNotFound
Instance Method Summary collapse
-
#initialize(role) ⇒ RoleNotFound
constructor
A new instance of RoleNotFound.
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 |