class Kiyohime::Exceptions::RegistryError

This error is used to signal when the registry has an issue

Attributes

message[R]

Public Class Methods

new(message) click to toggle source
Calls superclass method
# File lib/kiyohime/exceptions/registry_error.rb, line 7
def initialize(message)
  @message = message
  super(message)
end