NAME

Twitter::NoDateError - Error to be thronw when no date was passed as parameter

SYNOPSIS

use Error;

sub new {
    my $class = shift;
    my $date = shift || throw Twitter::NoDateError();
    my $this;
   
   bless $this, $class;
}

DESCRIPTION

This is package used to be thrown as an error

INTERFACE

The same methods as Error::Simple can be used.

AUTHOR

Victor A. Rodriguez (Bit-Man)

SEE ALSO

Error, Error::Simple