class AfterTheDeadline::Exception
Public Class Methods
new(msg = "Something went wrong")
click to toggle source
Calls superclass method
# File lib/after_the_deadline.rb, line 150 def initialize(msg = "Something went wrong") super end