App-Docker-Client

 view release on metacpan or  search on metacpan

lib/App/Docker/Client/Exception.pm  view on Meta::CPAN

    my $class = shift;
    my $self  = {@_};
    bless $self, $class;
    return $self;
}

=head2 is_not_fround

=cut

sub is_not_fround   { $_[0]->{code} == 404 ? 1                           : 0 }

=head2 is_confict

=cut

sub is_confict      { $_[0]->{code} == 409 ? 1                           : 0 }

=head2 code

=cut



( run in 1.574 second using v1.01-cache-2.11-cpan-39bf76dae61 )