class Jamef::Errors::NoCarriage

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/jamef/errors/no_carriage.rb, line 5
def initialize
  super("Carrige route no exist")
end