class SchoolLoop::Error::Unauthorized
Public Class Methods
new(env)
click to toggle source
Calls superclass method
SchoolLoop::Error::SchoolLoopError::new
# File lib/school_loop/error/unauthorized.rb, line 7 def initialize(env) super(env) end