# Copyright (C) 2017 Koha-Suomi
#
# This file is part of Pootle-Client.
use Modern::Perl '2015';
use utf8;
binmode STDOUT, ':encoding(UTF-8)';
binmode STDERR, ':encoding(UTF-8)';
use feature 'signatures'; no warnings "experimental::signatures";
use Scalar::Util qw(blessed);
'Pootle::Exception::Credentials' => {
isa => 'Pootle::Exception',
description => "",
},
);
1;