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/MissingParserException.pm6 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/Config/Exception/MissingParserException.pm6 (limited to 'lib/Config/Exception/MissingParserException.pm6') diff --git a/lib/Config/Exception/MissingParserException.pm6 b/lib/Config/Exception/MissingParserException.pm6 deleted file mode 100644 index 484026a..0000000 --- a/lib/Config/Exception/MissingParserException.pm6 +++ /dev/null @@ -1,13 +0,0 @@ -#! /usr/bin/env false - -use v6.c; - -class Config::Exception::MissingParserException is Exception -{ - has Str $.parser; - - method message() - { - "$!parser is not a valid parser. Are you sure its installed?" - } -} -- cgit v1.1