From b01a053e3d4012064a667745634010dd654b4777 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 24 Apr 2017 11:12:08 +0200 Subject: Update exceptions with more meaningful messages --- lib/Config/Exception/UnsupportedTypeException.pm6 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/Config/Exception/UnsupportedTypeException.pm6 (limited to 'lib/Config/Exception/UnsupportedTypeException.pm6') diff --git a/lib/Config/Exception/UnsupportedTypeException.pm6 b/lib/Config/Exception/UnsupportedTypeException.pm6 deleted file mode 100644 index c2f6f10..0000000 --- a/lib/Config/Exception/UnsupportedTypeException.pm6 +++ /dev/null @@ -1,11 +0,0 @@ -#! /usr/bin/env false - -use v6.c; - -class Config::Exception::UnsupportedTypeException is Exception -{ - method message() - { - "No parser support for the given file. Have you imported a correct parser?" - } -} -- cgit v1.1