subtest 'Koha::Exceptions::Object::NotInstantiated tests' => sub {
plan tests => 5;
plan tests => 4;
use_ok('Koha::Exceptions::Object::NotInstantiated');
throws_ok
{ Koha::Exceptions::Object::NotInstantiated->throw(
-