9 lines
94 B
Ruby
9 lines
94 B
Ruby
module Laradi
|
|
|
|
module Exceptions
|
|
class NoDependencyError < Exception
|
|
|
|
end
|
|
end
|
|
|
|
end |