lib/phlex/errors/argument_error.rb



# frozen_string_literal: true

class Phlex::ArgumentError < ArgumentError
	include Phlex::Error
end