class Github::Error::NotFound
Public Class Methods
new(env)
click to toggle source
Calls superclass method
# File lib/github_api/error/not_found.rb, line 8 def initialize(env) super(env) end