Class: Ace::Assign::AssignmentErrors::NotFound
- Defined in:
- lib/ace/assign.rb
Instance Method Summary collapse
-
#initialize(message = "Assignment not found") ⇒ NotFound
constructor
A new instance of NotFound.
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( = "Assignment not found") super(, exit_code: 2) end |