class Micro::Service::Error::InvalidAccessToTheServiceObject
Constants
- MSG
Public Class Methods
new(message = MSG)
click to toggle source
Calls superclass method
# File lib/micro/service/error.rb, line 25 def initialize(message = MSG); super; end