Class: Ace::Assign::AssignmentErrors::NotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "Assignment not found") ⇒ NotFound

Returns a new instance of NotFound.



30
31
32
# File 'lib/ace/assign.rb', line 30

def initialize(message = "Assignment not found")
  super(message, exit_code: 2)
end