From 14370ef0978b3955852afb9159ae7414471f6324 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 27 Apr 2017 15:01:23 +0200 Subject: Update method sigs, type checking and tests --- lib/Config/Exception/UnknownTypeException.pm6 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/Config/Exception/UnknownTypeException.pm6 (limited to 'lib/Config/Exception') diff --git a/lib/Config/Exception/UnknownTypeException.pm6 b/lib/Config/Exception/UnknownTypeException.pm6 deleted file mode 100644 index 095572b..0000000 --- a/lib/Config/Exception/UnknownTypeException.pm6 +++ /dev/null @@ -1,13 +0,0 @@ -#! /usr/bin/env false - -use v6.c; - -class Config::Exception::UnknownTypeException is Exception -{ - has Str $.file; - - method message() - { - "Could not deduce loader type for $!file." - } -} -- cgit v1.1