class Cerberus::Exception::NoValueError

Custom exception raised when a provider can't successfully provide what is needed and this is likely an expected condition

Public Class Methods

new() click to toggle source

Init with exception message

Calls superclass method
# File lib/cerberus/exception/no_value_error.rb, line 14
def initialize
  super("No value specified")
end