From e06400db23c431808a89609f87f02fda61c56dd4 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 12 Jul 2020 08:54:31 +0200 Subject: Remove stale files --- lib/Config/Exception/UnimplementedMethodException.pm6 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/Config/Exception/UnimplementedMethodException.pm6 (limited to 'lib/Config/Exception/UnimplementedMethodException.pm6') diff --git a/lib/Config/Exception/UnimplementedMethodException.pm6 b/lib/Config/Exception/UnimplementedMethodException.pm6 deleted file mode 100644 index 10af289..0000000 --- a/lib/Config/Exception/UnimplementedMethodException.pm6 +++ /dev/null @@ -1,13 +0,0 @@ -#! /usr/bin/env false - -use v6.c; - -class Config::Exception::UnimplementedMethodException is Exception -{ - has Str $.method; - - method message() - { - "The $!method method is not implemented" - } -} -- cgit v1.1