Exception: Rack::PerftoolsProfiler::ProfilingError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Rack::PerftoolsProfiler::ProfilingError
- Defined in:
- lib/rack/perftools_profiler/profiler.rb
Instance Attribute Summary collapse
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
Instance Method Summary collapse
-
#initialize(message, stderr) ⇒ ProfilingError
constructor
A new instance of ProfilingError.
Constructor Details
#initialize(message, stderr) ⇒ ProfilingError
Returns a new instance of ProfilingError.
7 8 9 10 |
# File 'lib/rack/perftools_profiler/profiler.rb', line 7 def initialize(, stderr) super() @stderr = stderr end |
Instance Attribute Details
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr.
5 6 7 |
# File 'lib/rack/perftools_profiler/profiler.rb', line 5 def stderr @stderr end |