diff lib/IMPL/Config/Descriptor.pm @ 413:af8d359ee4cc ref20150831

working on di container
author cin
date Thu, 24 Sep 2015 12:19:30 +0300
parents c6e90e02dd17
children 3d24b10dd0d5
line wrap: on
line diff
--- a/lib/IMPL/Config/Descriptor.pm	Mon Sep 21 19:54:10 2015 +0300
+++ b/lib/IMPL/Config/Descriptor.pm	Thu Sep 24 12:19:30 2015 +0300
@@ -1,5 +1,11 @@
 package IMPL::Config::Descriptor;
+use strict;
+use IMPL::Exception();
 
+sub Activate {
+	my ($this, $context) = @_;
+	die IMPL::NotImplementedException->new();
+}
 
 
 1;