Exception: Wonde::InvalidLessonAttendanceException
- Inherits:
-
StandardError
- Object
- StandardError
- Wonde::InvalidLessonAttendanceException
- Defined in:
- lib/exceptions/invalidlessonattendanceexception.rb
Instance Method Summary collapse
-
#initialize(msg = "Unknown InvalidLessonAttendanceException Error") ⇒ InvalidLessonAttendanceException
constructor
A new instance of InvalidLessonAttendanceException.
Constructor Details
#initialize(msg = "Unknown InvalidLessonAttendanceException Error") ⇒ InvalidLessonAttendanceException
Returns a new instance of InvalidLessonAttendanceException.
3 4 5 |
# File 'lib/exceptions/invalidlessonattendanceexception.rb', line 3 def initialize(msg="Unknown InvalidLessonAttendanceException Error") super end |