Sha256: 70b8390f9fd2b9e18ed921ddc2cce659c492e0874b076e2d4515129c753b31ec
Contents?: true
Size: 249 Bytes
Versions: 13
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true require 'easypost/constants' class EasyPost::Errors::MissingParameterError < EasyPost::Errors::EasyPostError def initialize(parameter) super EasyPost::Constants::MISSING_REQUIRED_PARAMETER % parameter end end
Version data entries
13 entries across 13 versions & 1 rubygems