class IdentifierError

Public Class Methods

new(msg = "Identifier error - id not existed or empty") click to toggle source
Calls superclass method
# File lib/vogogo_ruby/exceptions/identifier_error.rb, line 2
      def initialize(msg = "Identifier error - id not existed or empty")
  super(msg)
end