Fix various issues and add improved test for dependency resolution
This commit is contained in:
9
lib/laradi/exceptions.rb
Normal file
9
lib/laradi/exceptions.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
module Laradi
|
||||
|
||||
module Exceptions
|
||||
class NoDependencyError < Exception
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user