The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Valiant::Util::Exception::MissingMethod - Object is missing method

SYNOPSIS

    die Valiant::Exception::MissingMethod->new(object=>$self, method=>'if');

DESCRIPTION

Encapsulates an error when you want to call a method on an object but that object fails to have that method.

ATTRIBUTES

object

method

The string name of the missing method and a reference to the object that was missing it. If the method attribute is an arrayref than means 'one of these methods' must be provided.

message

The actual exception message

SEE ALSO

Valiant

AUTHOR

See Valiant

COPYRIGHT & LICENSE

See Valiant