class BlackBook::VinNotFound

Public Instance Methods

to_s() click to toggle source
# File lib/black_book/errors.rb, line 5
def to_s
  "VIN not found"
end