class Stingray::NotFoundError
Public Class Methods
new(rest_exception)
click to toggle source
Calls superclass method
Stingray::Error::new
# File lib/stingray/error.rb, line 11 def initialize(rest_exception) super(rest_exception) end