class BitBucket::Error::NotFound

Public Class Methods

new(env) click to toggle source
Calls superclass method
# File lib/bitbucket_rest_api/error/not_found.rb, line 6
def initialize(env)
  super(env)
end