class TimeDoctor::UnauthorizedError
Attributes
message[R]
Public Class Methods
new(data)
click to toggle source
# File lib/timedoctor/exceptions.rb, line 32 def initialize(data) @message = data end