Skip to content

Commit

Permalink
Server
Browse files Browse the repository at this point in the history
 - init Frontend
 - init Backend

 Common
 - write modules for classes
  • Loading branch information
Maik Srba committed Jan 31, 2013
1 parent 471eabe commit 8b1d0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/occi/server/frontend.rb
Expand Up @@ -19,7 +19,7 @@ def self.new(attributes)
require 'occi/server/frontend/amqp'
Occi::Server::Frontend::Amqp.new(attributes)
else
raise Occi::Exceptions::FrontendError.new("#{frontend} is not a recognized as valid frontend")
raise Occi::Helper::FrontendError.new("#{frontend} is not a recognized as valid frontend")
end
end
end
Expand Down

0 comments on commit 8b1d0f4

Please sign in to comment.